home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 November / MACPOWER-1997-11.ISO.7z / MACPOWER-1997-11.ISO / AMUG / MUSIC / bol-processor-271-data.sit / bol-processor-271-data / BP2 examples / BP2 data / -gr.tryhomomorphism < prev    next >
Text File  |  1996-05-07  |  440b  |  12 lines

  1. V.2.6
  2. Date: Mar 7 Mai 1996 -- 19:21
  3. -ho.tryhomomorphism
  4. -se.tryhomomorphism
  5.  
  6. // This grammar shows that you can define homomorphisms on sound-objects and/or simple notes.
  7. // In the alphabet, simple notes 'do4', 're4', 'fa4' are not defined as sound objects, but their mappings using homomorphism '*' are specified.
  8. // Beware that note convention is "French" ("Misc" menu)
  9.  
  10. RND
  11. GRAM#1[1] S --> a b c (=X) * (:X)
  12. GRAM#1[2] X --> do4 c mi4 fa4